# Export group's public calendar

Exports a group's non invite-only events as an ICS (iCalendar) file. Only available if the group has enabled public calendar export in their settings.

Endpoint: GET /api/v1/events/calendar/g/{groupname}.ics
Version: 1.0
Security: 

## Path parameters:

  - `groupname` (string, required)
    Group name of the group of public calendar

## Response 404 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


